Log <string>
Parameters
< string >
The text to be logged.
Remarks
- A new log file
is created in the Logs folder of the running script, for each day and the
filename is in the yyyymmdd format. The user logs using the LOG command will appear under the script folder. To enable the user to track down problems, the time of each log entry as well as the active device identifier
is automatically logged along with the text.
- A separate system log also is maintained by Xtend IVR under the folder XIVR\logs. These log files too use the same naming conventions that of user logs like yyyymmdd. But these logs are automatically created and the developer has no control over it.
- Normally used
as a call usage logging and debugging aid.
Example
LOG "Date : " $Date
LOG $Date